﻿
@charset "utf-8"; 
/*全局初始化样式*/
body{ padding:0px; margin:0px auto; font-family:Microsoft YaHei; color: #666; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}
ul,li,img{ vertical-align:top;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
/*默认去除ul、li的默认样式*/
ul,li{ list-style:none; margin: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666; text-decoration:none; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none; text-decoration:none;}
a:hover{ color:#666; text-decoration:none;}

.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
/*清楚浮动*/
.clearfix:after{
    display: block;
    font-size: 0;
    line-height:0;
    visibility: hidden;
    height: 0;
    clear: both;
    content: " ";  
}
/*清除浮动*/


/*全局样式*/

.navbar{ margin-bottom:0; border:none;}
.navbar-header{ background-color:#fff; }
.navbar .navbar-brand{ height:auto;}
.navbar .navbar-brand img{ width:94px; height:45px;}
.navbar .navbar-nav a{ color:#fff;}
.navbar .navbar-form input,.navbar .navbar-form button{ -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; border:none;}
.navbar .navbar-form i{ color:#0180cd;}
.navbar .icon-bar{ background-color:#007cc7;}
.navbar .navbar-form{ margin:0;}
.navbar .btn{ height:34px;}
.navbar .navbar-toggle{ margin-top:18px; margin-bottom:0;}
.navbar .navbar-collapse{ background-color:#007cc7;}
.navbar li dl{ display:none;}
.nav li a:hover{ background-color:#fff; color:#007cc7;}
.navbar-absolute{ background:#333; position:absolute; left:15px; right:15px; top:75px; z-index:10000000;}

.vere{ font-size:16px; position:absolute; right:65px; top:50%; margin-top:-14px; color:#034DA8;}



.carousel-control.left,.carousel-control.right{ background:none; display:block; width:63px; height:57px; top:50%; margin-top:-28px; z-index:100; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;}
.carousel-control.left{ background-image:url(../images/c1.png); left:6%;}
.carousel-control.right{ background-image:url(../images/c2.png); right:6%;}
.carousel-control.left:hover{ background-image:url(../images/c11.png);}
.carousel-control.right:hover{ background-image:url(../images/c22.png);}
.carousel-indicators{ margin-bottom:0;} 
.carousel-indicators li{ width:12px; height:12px; margin:0 4px;}

.title{ text-align:right; font-size:12px; line-height:32px; margin-top:40px; border-bottom:1px solid #e5e5e5; padding-bottom:10px;}
.title div{ font-size:22px; color:#333;}
.title div em,.title div span,.title a{ color:#cacaca;}
.title div span,.title div em{ font-size:18px;}
.title div em{ margin:0 6px;}
.title a{ padding-right:20px; background:url(../images/more.jpg) no-repeat right center;}

.pro-index{ padding-top:19px;}
.pro-index li{ margin-top:15px;}
.pro-index li a{display:block; /* display:block; */ background-color:#f6f6f6; padding:10px; border:1px solid #f6f6f6; position:relative;}
.pro-index li .pic{ text-align:center;}
.pro-index li a h2{ margin:0 auto; font-size:14px; color:#333; overflow:hidden; /*text-overflow:ellipsis; white-space:nowrap;*/text-align: center;}
.pro-index li a .memos{ font-size:12px; padding-bottom:20px;/*display: table-cell;*/vertical-align: middle;}
.pro-index li a p{ line-height:22px; margin-top:20px; margin-bottom:18px;}
.pro-index li a span{ color:#007cc7; text-decoration:underline;}
/*.pro-index li:first-child a h2{ font-size:16px; background-color:#007cc7; padding:0 10px; line-height:55px; position:relative; color:#fff;margin: auto;}
.pro-index li:first-child h2:after{content: ''; width:10px; height:10px; display:block; position:absolute; right:24px; top:50%; margin-top:-5px;  border-top:1px solid #fff; border-right:1px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg);}*/
.pro-index li a:hover{ border-color:#0180cd; background:#fff;}


.about-index{ margin-top:55px; background-color:#3a99d2; color:#fff; padding:15px 0;}
.about-index .title2{ font-size:22px; }
.about-index .title2 em,.about-index .title2 span{ font-size:18px;}
.about-index .title2 em{ color:#63b0df;}
.about-index .title2 span{ color:#e1ecf6;}

.about-index p{ font-size:14px; line-height:28px; margin-bottom:0; }
.about-index .memos a{ width:90px; text-align:left;  display:block; height:32px; line-height:27px; border:1px solid #3a99d2; color:#C7D3E1; text-decoration:underline;}
.about-index .pic{ text-align:center;}


.new-index{ padding-top:12px; padding-bottom:63px;}
.new-index li{ margin-top:22px;}
.new-index a{ display:block; border:1px solid #f5f5f5;}
.new-index .pic{ text-align:center; padding-left:0; padding-right:0;}
.new-index .pic img{ width:100%;}
.new-index .memos{ background-color:#fcfcfc; padding-top:26px; padding-bottom:10px; padding-left:15px; padding-right:15px;}
.new-index h2{ font-weight:normal; font-size:14px;}
.new-index a h2{ color:#333; margin:0;}
.new-index a span{ display:block; color:#bababa; margin-top:7px; margin-bottom:16px;} 
.new-index a p{ font-size:12px; color:#929292; margin-bottom:0; line-height:22px;}
.new-index a:hover{ border-color:#0180cd;}
.new-index a:hover h2{ color:#0180cd;}




.links{ display:none;}


.footer{ text-align:center; font-size:12px; background:url(../images/c2.jpg) repeat left top; padding:20px 0;}
.footer,.footer a{ color:#c9d6e4;}
.footer em{ margin:0 14px; font-style:normal;}
.footer .lg-text-right{ margin-top:10px;}


.banner{ margin-bottom:46px;}

.ny-title{ font-size:30px; color:#007cc7;}
.ny-title span{ font-size:20px; display:block; color:#d4dae6; margin-top:-6px;}


.menu-list{ border-top:1px solid #ececec; margin-top:14px;}
.menu-list li .menuA,.menu-list li dl{ border:1px solid #ececec; border-top:none;}
.menu-list li .menuA{ display:block; font-size:16px; padding-left:36px; line-height:50px; position:relative;}
.menu-list li .menuA i{ font-weight:bold; font-style:normal; font-size:26px; display:block; content:''; width:24px; height:24px; position:absolute; right:28px; top:50%; margin-top:-10px; line-height:24px; color:#f0f2f6;}
.menu-list dl{ padding:15px 0; display:none;}
.menu-list dl a{ display:block; padding-left:37px; line-height:32px;}
.menu-list li .menuA:hover,.menu-list li.onmenu .menuA{ color:#fff; border-color:#007cc7; background-color:#007cc7;}
.menu-list li .menuA:hover i,.menu-list li.onmenu .menuA i{ color:#63afdd;}
.menu-list li.onmenu dl{ display:block;}
.menu-list dl a:hover,.menu-list dl dd.on a{ color:#007cc7;}



.current{ text-align:left; height:40px; border-bottom:1px solid #d4dae6; margin-top:19px;}
.current span{ color:#4291cf;}

.single-page p{ margin:0;}
.about-page{ padding-top:58px; padding-bottom:100px; font-size:12px; color:#6a6a6a; line-height:24px;}
.about-page .pic{ text-align:center; margin-bottom:30px;}
.about-page p{ text-indent:2em;}

.factory-page{ padding:40px 0;}


.honor-list{ padding-top:11px;}
.honor-list li{ text-align:center; cursor:pointer; margin-top:28px;}
.honor-list div{ padding:10px; border:1px solid #ececec;}
.honor-list h2{ padding:0 10px; font-size:14px; font-weight:normal; margin:0; line-height:36px; border:1px solid #ececec; border-top:none; background-color:#f6f6f6; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.honor-list li img{ width:100%;}
.honor-list li:hover,.honor-list li:hover h2{ border-color:#007cc7;}
.honor-list li:hover h2{ color:#fff; background-color:#007cc7;}


.Pages{ font-size:12px; text-align:center; padding:54px 0;}
.Pages a{ display:inline-block; color:#666;}
.Pages a{margin:0px 3px; padding:4px 9px; color:#acacac; background-color:#fff;  border:1px solid #eaeaea;}
.Pages em{ font-style:normal; color:#666; margin:15px 0;}
.Pages a:hover,.Pages a.a_cur{ color:#fff; background-color:#007cc7; border-color:#007cc7;}


.culture-page{ margin-top:25px; padding-bottom:86px;}
.culture-page .pic{ text-align:center; margin-top:25px; }
.culture-page dt{ font-size:18px; color:#333;}
.culture-page dd{ margin-bottom:14px; line-height:24px;}


.team-page{ padding-top:35px; padding-bottom:170px;}
.team-page .tab {width: 100%;padding: 40px 0px;}
.team-page .tab ul {overflow: hidden;}
.team-page .tab span {display: block;float: left;height: 40px;line-height: 40px;padding: 0px 15px;margin-right: 10px;border: 1px solid #ddd;font-size: 20px;cursor: pointer;}
.team-page .tab span.on {border-color: #007CC7;background: #007CC7;color: #fff;}
.team-page .procon {display: none;margin-top: 20px;}
.team-page .memos1 {font-size:20px; line-height:30px; margin-bottom:25px;}


.pro-list{ padding-top:10px;}
.pro-list li{ text-align:center; margin-top:30px;}
.pro-list li a{ display:block;}
.pro-list li div{ border:2px solid #ececec;}
.pro-list li div img{ width:100%;}
.pro-list li h2{ font-size:14px; padding:0 10px; margin:0; font-weight:normal; line-height:48px; background-color:#ececec;} 
.pro-list li:hover div{ border-color:#007cc7;}
.pro-list li:hover a h2{ background-color:#007cc7; color:#fff;}

.pro-title{ margin-top:60px;}
.pro-title h2,.pro-title h3,.machine-page h2,.machine-page h3{ font-weight:bold; margin:0;}
.pro-title h2,.machine-page h2{ font-size:18px; color:#007cc7;}
.pro-title h3,.machine-page h3{ font-size:20px; color:#ebf0f6;}
.machine-page h3{ margin-bottom:17px;}

.pic-wrap{ display:none;}




.pro-detail{ height:54px; background-color:#007cc7;}
.pro-detail a{ float:left; display:inline; font-size:16px; padding:0 26px; color:#fff; cursor:pointer; line-height:54px; }
.pro-detail a:hover,.pro-detail a.cur{ background-color:#ffcc00;}
.tab-con{ padding-top:40px; padding-bottom:68px;}
.tab-box{ display:none;}
.tab-wd,.machine-page p{ line-height:22px; font-size:12px;}
.tab-wd p,.machine-page p{ margin:0; text-indent:2em;}

.machine-page{ padding-top:39px; padding-bottom:66px;}
.machine-page .pic{ text-align:center; margin:20px 0;}

.mould-page{ padding-bottom:96px; padding-top:25px;}
.mould-page .detail-wd{ padding-top:15px;}
.mould-page table td{ padding:4px 0; font-size:16px; width:9%; border:1px solid #333; color:#333; text-align:center;}
.mould-page table td:nth-child(2){ width:82%; text-align:left; padding:4px 15px;}
.mould-page table tr:first-child td{ text-align:center;}
.mould-page .detail-pic{ padding-top:30px;}
.mould-page .detail-pic li{ margin-top:14px; text-align:center;}

.news-page{ padding-top:20px;}
.new-list li{ font-size:12px; margin-top:20px;}
.new-list li .pic{ text-align:center;}
.new-list li .pic img {width:100%;height:100%;}
.new-list li h2{ font-size:14px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.new-list li h2,.new-list li p{ margin:0;}
.new-list li .new-detail{ margin-top:20px;}
.new-list li .memos span{ color:#ccc; display:block; padding:4px 0;}
.new-list li .memos p{ line-height:21px; padding:10px 0;}
.new-list li a .more span{ display:inline-block; width:91px; height:27px; text-align:center; color:#007cc7; line-height:27px; border:1px solid #edf0f3;}
.new-list li a:hover h2{ color:#007cc7;}
.new-list li a:hover .more span{ color:#fff; background-color:#ffcc00;}

.newsd-page{ padding:40px 0;}
.InfosTitle h2,.InfosTitle p{ margin:0; text-align:center;}
.InfosTitle h2{ font-weight:bold; font-size:16px; }
.InfosTitle p{ padding:20px 0; }

.InfosPage,.PrevNextBox{ font-size:12px; line-height:24px;}
.PrevNextBox{ border-top:1px solid #e3e3e3; margin-top:40px; padding-top:40px;}
.PrevNextBox h1{ font-size:14px; margin:0; margin-bottom:10px;}

.job-title span,.job-panel span{ font-size:14px; height:46px; width:33.3333%; text-align:center; line-height:46px; float:left; display:inline;}
.job-title{ background-color:#007cc7;}
.job-title span{ color:#fff; font-weight:bold;}
.job-panel{ border:1px solid #e6e6e6; border-top:none;}
.job-panel dt{ font-weight:normal; cursor:pointer;}
.job-panel dl{ border-top:1px solid #e6e6e6;}
.job-panel dd{ display:none; font-size:12px; padding-left:15px; padding-right:15px; padding-top:19px; line-height:26px;}
.job-panel dd h2,.job-panel dd p{ margin:0;}
.job-panel dd h2{font-size:14px; font-weight:bold; padding:8px 0;}
.job-panel dd a{ font-size:14px; display:block; width:128px; height:32px; text-align:center; line-height:32px; color:#fff; background-color:#ffcc00; margin:46px 0;}
.job-panel dl dt.cur{ background-color:#dee4f0; border-color:#dee4f0;}
.job-title span:last-child,.job-panel dt span:last-child{ display:none;}

.idea-page{ padding-top:36px; padding-bottom:47px;}
.idea-page .col-sm-7{ text-align:center;}
.idea-page dt{ font-size:18px; color:#007cc7; padding-bottom:12px;}
.idea-page dt span{ display:inline-block; padding-bottom:7px; border-bottom:2px solid #007cc7;text-indent: -0.5em;padding-left: 10px;}
.idea-page dd{ margin-bottom:20px;}

.contact-page{ padding-bottom:66px; margin-top:40px;} 
.contact-page .memos{ font-size:16px; line-height:32px;  margin-top:20px; padding:44px 0;}
.contact-page .memos a{ color:#3600ff; text-decoration:underline;}

.feedback-page{ padding-top:52px; padding-bottom:57px;}
.feedback-page label{ font-size:16px; font-weight:normal; text-align:right; padding-right:0; padding-bottom:5px;}
.feedback-page .form-control{ border-radius:0; box-shadow:none; border-color:#ececec; }
.feedback-page input.form-control{ height:40px; }
.feedback-page .btn{ font-size:16px; background:#007cc7; border:none; color:#fff; border-radius:0; padding:7px 41px;  margin-top:25px;}
.feedback-page .btn:hover{ color:#fff; }

.feedback-page h2{ text-align:center; font-size:18px; margin:0; margin-bottom:40px;}
.feedback-page select{ border:1px solid #ececec;}

.apply-page{ padding-bottom:40px;}
.apply-page label{ padding-top:4px;}



.history-list{ margin-top:40px; padding-bottom:20px;}
.history-list .btns span{ display:inline-block; width:47px; height:47px; background-repeat:no-repeat; background-position:center; cursor:pointer; margin-bottom:10px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); transform:rotate(-90deg);}
.history-list .btns span.prev{ background-image:url(../images/c8.jpg);}
.history-list .btns span.next{ background-image:url(../images/c10.jpg);}
.history-list .btns span.prev:hover{ background-image:url(../images/c88.jpg);}
.history-list .btns span.next:hover{ background-image:url(../images/c100.jpg);}

.history-list .time{ text-align:right; padding-right:8px; width:106px; height:32px; background:url(../images/c9.png) no-repeat center ; line-height:32px;font-size: 16px;color: #007CC7;}
.history-list .pic,.history-list .memos{ padding-left:42px;}
.history-list .pic{ margin:15px 0;}
.history-list .pic img{ border:2px solid #fff;}
.history-list .bd{ background:url(../images/time.png) repeat-y 0 7px;}
.history-list .memos{ padding-bottom:15px; line-height:24px;font-size: 16px;}
.history-list li{ background:url(../images/c12.png) no-repeat 6px 0; padding-top:38px; box-sizing:content-box;}
.history-list li:hover .time{ background-image:url(../images/c99.png); color:#fff;}
.history-list li:hover .pic img{ border-color:#007cc7;}
.history-list li:hover .memos {color: #007CC7;}

.search-page{ padding-top:26px;}
.search-list li{ border-bottom:1px dashed #e3e3e3; padding:20px 0;}
.search-list em{ font-style:normal; margin-top:20px;}

.another-page{ padding-top:40px; padding-bottom:100px;}
.ul_sitemap li{ font-size:14px;  padding:5px 0;} 
.ul_sitemap li a{ margin:0 4px; }
/************************** 以下是页面样式 *************************/

@media (min-width: 768px){ 
	header{ background-color:#007cc7; padding:20px 0;}
	.navbar-absolute{ position:static;}
	.navbar .navbar-brand img{ width:129px; height:62px;}
	.navbar .navbar-collapse{ float:right; display:inline; width:548px;}
	.navbar .navbar-collapse li:last-child{ float:right; display:inline; margin-top:8px;}
	.nav li a.navA{ padding-left:7px; padding-right:7px;}
	.nav li:hover a{ color:#fff; }
	.nav li:hover a.navA{ background:none; }
	.nav li:hover,.nav li.active{ background:url(../images/c6.png) no-repeat center bottom;}
	.navbar li:hover a.navA,.navbar li.active a.navA{ font-weight:bold;}
	.navbar .navbar-form{ padding:0;}
	
	.vere{ color:#fff; right:30px; top:-15px; margin-top:0;}
	.vere:hover{ color:#fff;}

	
	.pro-index li:nth-child(2),.pro-index li:nth-child(5){ padding-right:5px;}
	.pro-index li:nth-child(3),.pro-index li:nth-child(6){ padding-left:5px;}
	.pro-index li .pic{ /* width:48%;position:absolute; left:0; top:10px;float: left; */}
    /*.pro-index li .pic img {width: 331px;height: 293px;}*/
	.pro-index li:first-child{ padding-left:15px;}
	.pro-index li:first-child .pic{ width:auto; position:static;}
	.pro-index li .memos{ width:37%; /* float:right; */ display:inline; margin-right:17px; padding-top:17px; }
	.pro-index li .memos p{ height:66px; overflow:hidden; margin-top:20px;} 
	
	
	
	.new-index h2{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.new-index p{ height:44px; overflow:hidden; }
	
	
	
	.job-title span,.job-panel span{ width:25%;}
	.job-title span:last-child,.job-panel dt span:last-child{ display:block;}
	
	.idea-page dd{ margin-bottom:50px;}
	.search-list em{ margin-top:0px; text-align:right;}
}


@media (min-width: 992px){
	.text-sm-left{ text-align:left;}
	.navbar .navbar-collapse{ width:676px;}
	.nav li a.navA{ padding-left:15px; padding-right:15px;}
	.navbar-form{ padding:0;}
	.navbar .navbar-form button:hover{ background:#fff;}
	.vere{ top:-15px; }
	
	.links{ background-color:#f6f6f6; display:block; padding:40px 0;}
	.links a{ color:#666;}
	.links dl{ padding-left:4%; width:14%; float:left; display:inline;}
	.links dl dt{ font-size:14px; font-weight:normal; margin-bottom:12px;}
	.links dl dt a{ color:#333;}
	.links dl dd{ font-size:12px; margin-right:10px; line-height:22px;}
	.links dl:nth-child(3),.links dl:nth-child(5){width:15%;}
	.links a:hover{ color:#007cc7;}
	
	
	
	.current{ margin-top:0; text-align:right;}
	
	.about-page .pic{ float:right; display:inline; margin-left:48px; margin-bottom:0;}
	
	.culture-page{ padding-top:10px; background:url(../images/circle.png) no-repeat right top;}
	.culture-page .pic{ text-align:right; margin-top:0;}
	
	
	.pro-title,.machine-page h2,.machine-page h3{ text-align:center; }
	
	.pro-title h2,.machine-page h2{ font-size:30px;  position:relative; z-index:3;}
	.pro-title h3,.machine-page h3{ font-size:38px; margin-top:-20px;}
	
	.sliderbar{ margin-bottom:20px;}

	
	
	
	
	
	.machine-page h2{ font-size:26px;}
	.machine-page h3{ font-size:34px;}
	.machine-page .pic{ text-align:right; margin:0;}
	
	.machine-mt64{ margin-top:64px;}
	
	.mould-page .detail-pic{ padding-top:0px;}
	
	
	.new-list li a{ display:block;}
	
	
	.job-panel dd{ padding-left:72px; padding-right:72px; padding-top:28px;}
	
	
}

@media (min-width: 1230px){

	.container{ width:1200px; }
	
	.m0{ margin-left:-15px; margin-right:-15px;}
	
	header{ background:url(../images/line.jpg) repeat-y center top; position:relative; z-index:99; padding:0; }
	
	.navbar-brand{ padding:16px 0;}
	.navbar .navbar-collapse{ width:100%; background:none; float:none;}
	.navbar .navbar-nav{ margin-right:-30px;} 
	.navbar li{ height:52px; margin-top:42px;}
	.navbar li dl{ font-size:14px;  text-align:center; position:absolute; left:0; right:0; background-color:#fff; top:51px; padding-top:21px; padding-bottom:20px;}
	.navbar li dl p{ margin:0; line-height:36px; z-index:10000;}
	.navbar li dl p a{ padding:0; background:none; display:block;}
	.navbar .navbar-nav dl a,.navbar .navbar-nav dl a:hover{ color:#333;}
	
	.navbar li:hover dl{ display:block;}
	.nav li a.navA{ padding:0 30px; font-size:15px;}
	.nav li a.navA,.nav li a.navA:hover,.navbar li:hover a.navA{  background:url(../images/c7.jpg) no-repeat right;}
	.navbar li:nth-child(8) a.navA{ background:none;}
	.navbar .navbar-collapse li:last-child{ margin-top:37px;}
	.navbar li:last-child,.navbar li:last-child .navbar-form{width:37px; height:34px; 	}
	.navbar li:last-child{ position:relative; z-index:999; }
	.navbar li:last-child .navbar-form,.navbar li:last-child .input-group{ right:0; position:absolute; } 
	.navbar li:last-child .navbar-form{ overflow:hidden; 
		-moz-transition:width .5s;
		-webkit-transition:width .5s;
		transition:width .5s;
		border-radius:5px;
		z-index:10000;
	}
	.navbar li:last-child:hover .navbar-form{ background:none; width:144px; border-radius:0;}
	.navbar .navbar-nav dl a:hover,.navbar .navbar-nav dl .onmenu a{ color:#fff; background-color:#007cc7;}
	
	.vere{ right:0; top:3px;}
	
	
	.title{ margin-left:-15px; margin-right:-15px;}
	.pro-index{ padding-top:24px;}
	.pro-index li{ padding:0px;  margin-top:10px;}
	.pro-index li:nth-child(2),.pro-index li:nth-child(5),{ padding-right:5px;}
    .pro-index li:nth-child(3),.pro-index li:nth-child(6),{ padding-left:5px;}
	.pro-index li:nth-child(1),.pro-index li:nth-child(4){ padding-left:0; padding-right:10px;}
	.pro-index .pic img {width: 360px;height: 325px;}
	
	.about-index{ padding:0; }
	.about-index .col-lg-6{ padding-left:0; padding-right:0;}
	.about-index .memos{ width:600px; padding-right:42px; float:right; display:inline; padding-top:16px;}
	.about-index p{ height:84px; overflow:hidden; margin-top:26px;}
	.about-index .memos a{ margin-top:26px; }
	.about-index .memos a:hover{ text-align:center;  color:#ffff; border-color:#fff; text-decoration:none;}
	
	
	.new-index li{ width:50%;}
	
	.new-index li:nth-child(2n+1){ padding-right:28px; padding-left:0;} 
	.new-index li:nth-child(2n){ padding-left:28px; padding-right:0;}
	.new-index .memos{padding-left:20px; padding-right:20px; float:left; display:inline;}
	
	.footer{ text-align:left; line-height:68px; padding:0;}

	.footer .lg-text-right{ text-align:right; margin-top:0;}
	
	
	
	.sliderbar,.main-content{ padding:0;}
	.sliderbar{ width:240px;}
	.main-content{ width:878px;}
	
	
	.honor-page .row{ margin-left:-11px; margin-right:-11px;}
	.honor-page li{ padding-left:11px; padding-right:11px;}
	
	.culture-page{ background:url(../images/circle.png) no-repeat 436px top;}
	
	.mould-page .detail-pic li{ padding-left:23px; padding-right:0;}
	
	.new-list li .new-detail{ background-color:#fbfbfb; padding-top:26px; padding-bottom:27px; border:1px solid #edf0f3; border-left:none; float:left; display:inline; margin-top:0;}
	.new-list li .pic,.new-list li .memos,.new-list li .more{ float:left; display:inline;}
	.new-list li .pic{ width:210px; height:138px; }
	.new-list li .memos{ width:532px; padding:0 42px; border-right:1px solid #edf0f3;}
	.new-list li .memos h2{ overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	.new-list li .memos p{ height:42px; overflow:hidden; padding:0;}
	.new-list li a .more{ width:135px; text-align:center;}
	.new-list li a .more span{ border:none; display:inline-block; margin-top:27PX;}
	
	.new-list li a:hover .new-detail{ border-color:#007cc7;}
	
	.contact-page .memos{ text-indent:50px; background-color:#f7f7f7;}
	
	.feedback-page input.form-control{ width:80%;}
	.feedback-page label{ padding-bottom:0;}
	
	
	
	.pic-wrap{ display:block; margin-bottom:50px; margin-top:42px;}
	.pic-box img{ width:100%;  border:1px solid #ececec;}
	.pic-box .small-pic{ /*width:468px;*/ width:100%; display:block; position:relative; margin-top:25px;}
	.pic-box .small-list{ overflow:hidden; margin:0 13px; float:left; display:inline;}
	.pic-box .small-list li{ width:138px; height:82px; margin:0 5px; float:left; display:inline; }
	.pic-box .small-list li img{ width:138px; height:82px;}
	.pic-box .iconfont{ width:8px; height:14px; background-repeat:no-repeat; background-position:center; position:absolute; top:50%; margin-top:-7px; z-index:99; cursor:pointer;}
	.pic-box .prev{ background-image:url(../images/c3.png); left:0;}
	.pic-box .next{ background-image:url(../images/c4.png); right:0;}
	.pic-box .prev:hover{ background-image:url(../images/c33.png);}
	.pic-box .next:hover{ background-image:url(../images/c44.png);}
	.pic-box .small-pic li.on img{ border-color:#007cc7;}
	
	.swiper-container{ display:none;}
	
	.history-page{ padding-bottom:105px;}
	.history-list .btns{ margin-right:58px;}
	.history-list .btns,.history-list .bd{ float:left; display:inline;}
	.history-list .bd{ width:90%;}
	.history-list .btns span{ width:28px; display:block; transform:rotate(0deg);}
	.history-list li .time,.history-list li .pic,.history-list li .memos{ float:left; display:inline;}
	.history-list li .time{ margin-top:23px;}
	.history-list li .pic{ margin:0; padding-left:40px; width:176px;} 
	.history-list li .memos{ padding-left:18px; width:64%; padding-top:14px;}
}

